Auto merge of #4050 - eminence:help_jobs_text, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 15 May 2017 23:29:58 +0000 (23:29 +0000)
committerbors <bors@rust-lang.org>
Mon, 15 May 2017 23:29:58 +0000 (23:29 +0000)
commit3def3bf79e2f02db47a4bede8c0d50a343af448c
tree050bcac10a4dc2a5548d0b0d8266352163abe669
parentd5bfd58a03c9ce5bcf37aa712b8c01ffcaebe387
parent17913549c50aab854d54ec668513bc5dcb28effe
Auto merge of #4050 - eminence:help_jobs_text, r=alexcrichton

Reword the `cargo test --help` text about the --jobs argument

This should reduce confusion about what the --jobs argument does and how
to control the number of simultaneous running test cases.

Closes #4045